From: Basil L. Contovounesios Date: Thu, 4 Jul 2019 18:09:19 +0000 (+0100) Subject: ; * lisp/net/shr.el (shr-selected-link): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2492 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4a754df8858dc7acec9413f4f11064230d6741cf;p=emacs.git ; * lisp/net/shr.el (shr-selected-link): Doc fix. --- diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 7fdb3212d49..3d437bc6937 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -155,7 +155,9 @@ cid: URL as the argument.") (defface shr-selected-link '((t :inherit shr-link :background "red")) - "Face for link elements." + "Temporary face for externally visited link elements. +When a link is visited with an external browser, the link +temporarily blinks with this face." :version "27.1" :group 'shr)